module VFX
{
    imports
    {
        Base,
    }

/* <<<<<  Evaporated Milk  >>>>> */

    item EvaporatedMilkPreparationPot
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Pot,
        Weight = 2.5,

        IsCookable = TRUE,

        MinutesToCook = 120,
        MinutesToBurn = 180,

        ReplaceOnUse = Base.Pot,
        OnCreate = VFX.ReplaceOnCooked,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -50.0,
        ThirstChange = -50.0,
        Calories = 615.0,
        Carbohydrates = 46.0,
        Lipids = 33.0,
        Proteins = 22.0,

        Tooltip = Tooltip_VFXEvaporatedMilk,
        CustomContextMenu = Drink,
        CookingSound = BoilingFood,

        Tags = base:hasmetal,

        Icon = VFX_Dairy_PotDairy,
        StaticModel = Base.VFX_DairyPot,
        WorldStaticModel = Base.VFX_DairyPot,
    }

    item EvaporatedMilkPreparationPotForged
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Pot,
        PourType = Pot,
        Weight = 2.5,

        IsCookable = TRUE,

        MinutesToCook = 120,
        MinutesToBurn = 180,

        ReplaceOnUse = Base.PotForged,
        OnCreate = VFX.ReplaceOnCooked,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -50.0,
        ThirstChange = -50.0,
        Calories = 615.0,
        Carbohydrates = 46.0,
        Lipids = 33.0,
        Proteins = 22.0,

        Tooltip = Tooltip_VFXEvaporatedMilk,
        CustomContextMenu = Drink,
        CookingSound = BoilingFood,

        Tags = base:hasmetal,

        Icon = VFX_Dairy_PotForgedDairy,
        StaticModel = Base.VFX_DairyPotForged,
        WorldStaticModel = Base.VFX_DairyPotForged,
    }

    item EvaporatedMilkPot
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Milk,
        EatType = Pot,
        PourType = Pot,
        Weight = 2.0,

        CantBeFrozen = TRUE,
		IsCookable = TRUE,

        MinutesToBurn = 90,

        ReplaceOnUse = Base.Pot,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -10.0,
        ThirstChange = -10.0,
        Calories = 615.0,
        Carbohydrates = 46.0,
        Lipids = 33.0,
        Proteins = 22.0,

        CustomContextMenu = Drink,

        Tags = base:hasmetal;base:milk;base:wetbeverageingredient;base:hideuncooked;VFX:EvaporatedMilk,

        Icon = VFX_Dairy_PotDairy,
        StaticModel = Base.VFX_DairyPot,
        WorldStaticModel = Base.VFX_DairyPot,
    }

    item EvaporatedMilkPotForged
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Milk,
        EatType = Pot,
        PourType = Pot,
        Weight = 2.0,

        CantBeFrozen = TRUE,
		IsCookable = TRUE,

        MinutesToBurn = 90,

        ReplaceOnUse = Base.PotForged,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -10.0,
        ThirstChange = -10.0,
        Calories = 615.0,
        Carbohydrates = 46.0,
        Lipids = 33.0,
        Proteins = 22.0,

        CustomContextMenu = Drink,

        Tags = base:hasmetal;base:milk;base:wetbeverageingredient;base:hideuncooked;VFX:EvaporatedMilk,

        Icon = VFX_Dairy_PotForgedDairy,
        StaticModel = Base.VFX_DairyPotForged,
        WorldStaticModel = Base.VFX_DairyPotForged,
    }

    item EvaporatedMilkHomemade
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Milk,
        EatType = GlugFood,
        Weight = 0.8,

        CantBeFrozen = TRUE,
        
        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -10.0,
        ThirstChange = -10.0,
        Calories = 615.0,
        Carbohydrates = 46.0,
        Lipids = 33.0,
        Proteins = 22.0,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCarton,

        Tags = base:milk;base:wetbeverageingredient;VFX:EvaporatedMilk,

        Icon = VFX_Dairy_JarDairy,
        StaticModel = Base.VFX_DairyJar,
        WorldStaticModel = Base.VFX_DairyJar,
    }

/* <<<<<  Buttermilk  >>>>> */

    item CulturedButtermilk
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Milk,
        EatType = GlugFood,
        Weight = 1.0,

        CantBeFrozen = TRUE,

        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -40.0,
        ThirstChange = -40.0,
        Calories = 492.0,
        Carbohydrates = 46.0,
        Lipids = 5.5,
        Proteins = 33.0,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCarton,

        Icon = VFX_Dairy_JarDairy,
        StaticModel = Base.VFX_DairyJar,
        WorldStaticModel = Base.VFX_DairyJar,
    }

/* <<<<<  Cheese  >>>>> */

    /**** Cottage Cheese ****/

        item CottageCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = Plate,
            Weight = 0.4,

            Packaged = TRUE,

            DaysFresh = 7,
            DaysTotallyRotten = 14,

            HungerChange = -15,
            Calories = 392,
            Carbohydrates = 13.6,
            Lipids = 17.2,
            Proteins = 44.4,

            Tags = base:cheese,

            Icon = VFX_Fridge_CheeseCottage,
            StaticModel = Base.VFX_CottageCheese,
            WorldStaticModel = Base.VFX_CottageCheese,
        }

        item CottageCheesePreparationPot
		{
			DisplayCategory = Food,
			ItemType = base:food,
			FoodType = NoExplicit,
			EatType = Pot,
			PourType = Pot,
			Weight = 2.0,

			IsCookable = TRUE,

			MinutesToCook = 10,
			MinutesToBurn = 40,

			ReplaceOnUse = Base.Pot,
            OnCreate = VFX.ReplaceOnCooked,

			DaysFresh = 2,
			DaysTotallyRotten = 4,

			HungerChange = -15.0,
			Calories = 615.0,
			Carbohydrates = 46.0,
			Lipids = 33.0,
			Proteins = 22.0,
			
			UnhappyChange = 30,

			Tooltip = Tooltip_VFXCottageCheese,
			CustomContextMenu = Drink,
			CookingSound = BoilingFood,

			Tags = base:hasmetal,

			Icon = VFX_Dairy_PotDairy,
			StaticModel = Base.VFX_DairyPot,
			WorldStaticModel = Base.VFX_DairyPot,
		}
			
		item CottageCheesePreparationPotForged
		{
			DisplayCategory = Food,
			ItemType = base:food,
			FoodType = NoExplicit,
			EatType = Pot,
			PourType = Pot,
			Weight = 2.0,

			IsCookable = TRUE,

			MinutesToCook = 10,
			MinutesToBurn = 40,

			ReplaceOnUse = Base.PotForged,
            OnCreate = VFX.ReplaceOnCooked,

			DaysFresh = 2,
			DaysTotallyRotten = 4,

			HungerChange = -15.0,
			Calories = 615.0,
			Carbohydrates = 46.0,
			Lipids = 33.0,
			Proteins = 22.0,
			
			UnhappyChange = 30,

			Tooltip = Tooltip_VFXCottageCheese,
			CustomContextMenu = Drink,
			CookingSound = BoilingFood,

			Tags = base:hasmetal,

			Icon = VFX_Dairy_PotForgedDairy,
			StaticModel = Base.VFX_DairyPotForged,
			WorldStaticModel = Base.VFX_DairyPotForged,
		}

		item CottageCheeseCurdPot
		{
			DisplayCategory = Food,
			ItemType = base:food,
			FoodType = NoExplicit,
			EatType = Pot,
			PourType = Pot,
			Weight = 2.0,

			ReplaceOnUse = Base.Pot,

			DaysFresh = 2,
			DaysTotallyRotten = 4,

			HungerChange = -15.0,
			Calories = 615.0,
			Carbohydrates = 46.0,
			Lipids = 33.0,
			Proteins = 22.0,

			CustomContextMenu = Drink,
			CookingSound = BoilingFood,

			Tags = base:hasmetal,

			Icon = VFX_Dairy_PotDairy,
			StaticModel = Base.VFX_DairyPot,
			WorldStaticModel = Base.VFX_DairyPot,
		}
			
		item CottageCheeseCurdPotForged
		{
			DisplayCategory = Food,
			ItemType = base:food,
			FoodType = NoExplicit,
			EatType = Pot,
			PourType = Pot,
			Weight = 2.0,

			ReplaceOnUse = Base.PotForged,

			DaysFresh = 2,
			DaysTotallyRotten = 4,

			HungerChange = -15.0,
			Calories = 615.0,
			Carbohydrates = 46.0,
			Lipids = 33.0,
			Proteins = 22.0,

			CustomContextMenu = Drink,
			CookingSound = BoilingFood,

			Tags = base:hasmetal,

			Icon = VFX_Dairy_PotForgedDairy,
			StaticModel = Base.VFX_DairyPotForged,
			WorldStaticModel = Base.VFX_DairyPotForged,
		}
			
		item CottageCheeseHomemade
		{
			DisplayCategory = Food,
			ItemType = base:food,
			EatType = Plate,
			Weight = 0.4,

			ReplaceOnUse = VFX.SmallJarWithLid,

			DaysFresh = 7,
			DaysTotallyRotten = 14,

			HungerChange = -20.0,
			Calories = 411.4,
			Carbohydrates = 7.4,
			Lipids = 30.2,
			Proteins = 22.7,

			Tags = base:cheese,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}

    /**** Cream Cheese ****/

        item CreamCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            EatType = Plate,
            Weight = 0.2,

            Packaged = TRUE,

            DaysFresh = 14,
            DaysTotallyRotten = 20,

            HungerChange = -15,
            Calories = 710,
            Carbohydrates = 5.6,
            Lipids = 86,
            Proteins = 8.5,

            Tags = base:cheese,

            Icon = VFX_Fridge_CheeseCream,
            StaticModel = Base.VFX_CreamCheese,
            WorldStaticModel = Base.VFX_CreamCheese,

        }

        item CreamCheeseHomemade
		{
			DisplayCategory = Food,
			ItemType = base:food,
			FoodType = Cheese,
			EatType = Plate,
			Weight = 0.3,

			ReplaceOnUse = VFX.SmallJarWithLid,

			DaysFresh = 14,
			DaysTotallyRotten = 20,

			HungerChange = -15,
			Calories = 710,
			Carbohydrates = 5.6,
			Lipids = 86,
			Proteins = 8.5,

			Tags = base:cheese,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}
	
    /**** Mozzarella Cheese ****/

        item MozzarellaCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.25,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -30.0,
            Calories = 875,
            Carbohydrates = 3.0,
            Lipids = 75.2,
            Proteins = 66.1,

            Tags = base:cheese,

            Icon = VFX_Fridge_CheeseMozzarella,
            StaticModel = Base.VFX_MozzarellaCheese,
            WorldStaticModel = Base.VFX_MozzarellaCheese,

        }

        item MozzarellaCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.4,

			ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 875,
            Carbohydrates = 3.0,
            Lipids = 75.2,
            Proteins = 66.1,

            Tags = base:hasmetal;VFX:NutritionTarget,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

		item MozzarellaCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.4,

			ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 875,
            Carbohydrates = 3.0,
            Lipids = 75.2,
            Proteins = 66.1,

            Tags = base:hasmetal;VFX:NutritionTarget,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }
		
		item MozzarellaCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -30.0,
            Calories = 875,
            Carbohydrates = 3.0,
            Lipids = 75.2,
            Proteins = 66.1,

            UnhappyChange = -10,

            Tags = base:cheese,

			Icon = VFX_Fridge_CheeseMozzarella,
			StaticModel = Base.VFX_MozzarellaCheese,
			WorldStaticModel = Base.VFX_MozzarellaCheese,

		}
		
		item MozzarellaWhey
		{
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = GlugFood,
			Weight = 0.2,

            CantBeFrozen = true,

            DaysFresh = 5,
            DaysTotallyRotten = 10,
			
			HungerChange = -2.0,
			ThirstChange = -5.0,
            Calories = 52.2,
            Carbohydrates = 9.8,
            Lipids = 0.4,
            Proteins = 1.6,

            UnhappyChange = 20,

			Tags = VFX:StarterThermophilic;VFX:Whey,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar_Drink,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}

    /**** Swiss Cheese ****/

        item SwissCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,

            DaysFresh = 30,
            DaysTotallyRotten = 45,

            HungerChange = -30.0,
            Calories = 910.5,
            Carbohydrates = 4.3,
            Lipids = 93.1,
            Proteins = 84.2,

            Tags = base:cheese,

            Icon = VFX_Fridge_CheeseSwiss,
            StaticModel = Base.VFX_SwissCheese,
            WorldStaticModel = Base.VFX_SwissCheese,

        }

        item SwissCheeseCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,
			
			UnhappyChange = 30,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

        item SwissCheeseCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,
			
			UnhappyChange = 30,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }
		
		item WheelSwissCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            EatType = 2handforced,
            Weight = 0.5,
			
			OnCreate = VFX.SwissAging,

			DaysFresh = 120,
			DaysTotallyRotten = 150,

            HungerChange = -50.0,
            Calories = 910.5,
            Carbohydrates = 4.3,
            Lipids = 93.1,
            Proteins = 84.2,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:NutritionTarget,

			Icon = VFX_Dairy_CheeseSwissWheel,
			StaticModel = Base.VFX_WheelSwissCheese,
			WorldStaticModel = Base.VFX_WheelSwissCheese,
        }

		item SwissCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.1,

			DaysFresh = 120,
			DaysTotallyRotten = 150,

            HungerChange = -10.0,
            Calories = 182.0,
            Carbohydrates = 0.8,
            Lipids = 18.62,
            Proteins = 16.84,

            Tags = base:cheese,

			Icon = VFX_Fridge_CheeseSwiss,
			StaticModel = Base.VFX_SwissCheese,
			WorldStaticModel = Base.VFX_SwissCheese,
        }
		
		item SwissWhey
		{
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = GlugFood,
			Weight = 0.2,

            CantBeFrozen = true,

            DaysFresh = 5,
            DaysTotallyRotten = 10,
			
			HungerChange = -2.0,
			ThirstChange = -5.0,
            Calories = 52.2,
            Carbohydrates = 9.8,
            Lipids = 0.4,
            Proteins = 1.6,

            UnhappyChange = 20,

			Tags = VFX:StarterSwiss;VFX:Whey,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar_Drink,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}

	/**** French Cheese ****/

        item BrieCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,

            DaysFresh = 5,
            DaysTotallyRotten = 8,

            HungerChange = -30.0,
            Calories = 825,
            Carbohydrates = 1.5,
            Lipids = 83.0,
            Proteins = 62.2,

            Tags = base:cheese;VFX:FrenchStarter,

            Icon = VFX_Fridge_CheeseRound,
            StaticModel = Base.VFX_BrieCheese,
            WorldStaticModel = Base.VFX_BrieCheese,

        }

        item CamembertCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,

            DaysFresh = 5,
            DaysTotallyRotten = 8,

            HungerChange = -30.0,
            Calories = 825,
            Carbohydrates = 1.5,
            Lipids = 83.0,
            Proteins = 62.2,

            Tags = base:cheese;VFX:FrenchStarter,

            Icon = VFX_Fridge_CheeseRound,
            StaticModel = Base.VFX_CamembertCheese,
            WorldStaticModel = Base.VFX_CamembertCheese,

        }

        item FrenchCheeseCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

        item FrenchCheeseCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }        
		
		item BrieCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,
			
			OnCreate = VFX.BrieAging,
			
			DaysFresh = 19,
			DaysTotallyRotten = 24,

            HungerChange = -30.0,
            Calories = 825,
            Carbohydrates = 1.5,
            Lipids = 83.0,
            Proteins = 62.2,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:StarterFrench;base:cheese,

			Icon = VFX_Fridge_CheeseRound,
			StaticModel = Base.VFX_BrieCheese,
			WorldStaticModel = Base.VFX_BrieCheese,

        }
		
		item CamembertCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,
			
			OnCreate = VFX.CamAging,

			DaysFresh = 15,
			DaysTotallyRotten = 22,

            HungerChange = -30.0,
            Calories = 825,
            Carbohydrates = 1.5,
            Lipids = 83.0,
            Proteins = 62.2,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:StarterFrench;base:cheese,

			Icon = VFX_Fridge_CheeseRound,
			StaticModel = Base.VFX_BrieCheese,
			WorldStaticModel = Base.VFX_BrieCheese,

        }

	/**** Goats Cheese ****/

        item GoatCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.25,
                
            Packaged = TRUE,

            DaysFresh = 14,
            DaysTotallyRotten = 28,

            HungerChange = -15.0,
            Calories = 660,
            Carbohydrates = 3.75,
            Lipids = 58.5,
            Proteins = 40.5,

            Tags = base:cheese,

            Icon = VFX_Fridge_CheeseGoat,
            StaticModel = Base.VFX_GoatCheese,
            WorldStaticModel = Base.VFX_GoatCheese,
        }

	/**** Feta Cheese ****/

        item FetaCheeseCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 1234.5,
            Carbohydrates = 34.5,
            Lipids = 25.5,
            Proteins = 34.5,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

        item FetaCheeseCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 1234.5,
            Carbohydrates = 34.5,
            Lipids = 25.5,
            Proteins = 34.5,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }
		
		item FetaCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.4,
			
			OnCreate = VFX.FetaAging,
			
			DaysFresh = 56,
			DaysTotallyRotten = 70,

            HungerChange = -30.0,
            Calories = 1056,
            Carbohydrates = 6.0,
            Lipids = 93.6,
            Proteins = 64.8,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:NutritionTarget;base:cheese,

			Icon = VFX_Dairy_CheeseFeta,
			StaticModel = Base.VFX_FetaCheese_SM,
			WorldStaticModel = Base.VFX_FetaCheese,

        }
		
		item FetaWhey
		{
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = GlugFood,
			Weight = 0.2,

            CantBeFrozen = true,

            DaysFresh = 5,
            DaysTotallyRotten = 10,
			
			HungerChange = -2.0,
			ThirstChange = -5.0,
            Calories = 52.2,
            Carbohydrates = 9.8,
            Lipids = 0.4,
            Proteins = 1.6,

            UnhappyChange = 20,

			Tags = VFX:StarterMesophilic;VFX:Whey,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar_Drink,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}
		
		item FetaCheese
		{
			DisplayCategory = Food,
			ItemType = base:food,
			FoodType = Cheese,
			Weight = 0.2,
			
			Packaged = TRUE,

			DaysFresh = 14,
			DaysTotallyRotten = 28,

			HungerChange = -15.0,
			Calories = 528,
			Carbohydrates = 3.0,
			Lipids = 46.8,
			Proteins = 32.4,

			Tags = base:cheese,

			Icon = VFX_Dairy_CheeseFeta,
			StaticModel = Base.VFX_FetaCheese_SM,
			WorldStaticModel = Base.VFX_FetaCheese,

		}

	/**** Blue Cheese ****/

        item BlueCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.3,

            DaysFresh = 14,
            DaysTotallyRotten = 21,

            HungerChange = -30.0,
            Calories = 895.5,
            Carbohydrates = 6.9,
            Lipids = 86.1,
            Proteins = 64.2,

            Tags = base:cheese;VFX:StarterBlue,

            Icon = VFX_Fridge_CheeseBlue,
            StaticModel = Base.VFX_BlueCheese,
            WorldStaticModel = Base.VFX_BlueCheese,

        }

        item BlueCheeseCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,
			
			UnhappyChange = 30,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

        item BlueCheeseCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,
			
			UnhappyChange = 30,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }
		
		item WheelBlueCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            EatType = 2handforced,
            Weight = 0.5,
			
			OnCreate = VFX.BlueCheeseAging,
			
			DaysFresh = 56,
			DaysTotallyRotten = 70,

            HungerChange = -50.0,
            Calories = 895.5,
            Carbohydrates = 6.9,
            Lipids = 86.1,
            Proteins = 64.2,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:StarterBlue,

			Icon = VFX_Dairy_CheeseWheelBlue,
			StaticModel = Base.VFX_WheelBlueCheese,
			WorldStaticModel = Base.VFX_WheelBlueCheese,

        }

		item BlueCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.1,
			
			DaysFresh = 56,
			DaysTotallyRotten = 70,

            HungerChange = -10.0,
            Calories = 179.1,
            Carbohydrates = 1.4,
            Lipids = 17.2,
            Proteins = 12.8,

            Tags = VFX:StarterBlue;base:cheese,

			Icon = VFX_Fridge_CheeseBlue,
			StaticModel = Base.VFX_BlueCheese,
			WorldStaticModel = Base.VFX_BlueCheese,

        }

    /**** Parmesan Cheese ****/

        item ParmesanCheese
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.2,

            DaysFresh = 720,
            DaysTotallyRotten = 1440,

            HungerChange = -30.0,
            Calories = 907.5,
            Carbohydrates = 8.1,
            Lipids = 64.6,
            Proteins = 89.4,

            Tags = base:cheese,

            Icon = VFX_Fridge_CheeseParmesan,
            StaticModel = Base.VFX_ParmesanCheese,
            WorldStaticModel = Base.VFX_ParmesanCheese,

        }

        item ParmesanCheeseCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

        item ParmesanCheeseCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }
		
		item WheelParmesanCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            EatType = 2handforced,
            Weight = 0.5,

            OnCreate = VFX.ParmAging,

            DaysFresh = 360,
            DaysTotallyRotten = 450,

            HungerChange = -50.0,
            Calories = 907.5,
            Carbohydrates = 8.1,
            Lipids = 64.6,
            Proteins = 89.4,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:NutritionTarget,

			Icon = VFX_Dairy_CheeseWheelParmesan,
			StaticModel = Base.VFX_WheelParmesanCheese,
			WorldStaticModel = Base.VFX_WheelParmesanCheese,

        }

		item ParmesanCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.1,

            DaysFresh = 360,
            DaysTotallyRotten = 450,

            HungerChange = -10.0,
            Calories = 181.5,
            Carbohydrates = 1.6,
            Lipids = 12.9,
            Proteins = 17.8,

            Tags = base:cheese,

			Icon = VFX_Fridge_CheeseParmesan,
			StaticModel = Base.VFX_ParmesanCheese,
			WorldStaticModel = Base.VFX_ParmesanCheese,

        }
		
		item ParmesanWhey
		{
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = GlugFood,
			Weight = 0.2,

            CantBeFrozen = true,

            DaysFresh = 5,
            DaysTotallyRotten = 10,
			
			HungerChange = -2.0,
			ThirstChange = -5.0,
            Calories = 52.2,
            Carbohydrates = 9.8,
            Lipids = 0.4,
            Proteins = 1.6,

            UnhappyChange = 20,

			Tags = VFX:StarterParmesan;VFX:Whey,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar_Drink,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}

	/**** Cheddar Cheese ****/
    
        item CheddarCheeseCurdsPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.Pot,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,
			
			UnhappyChange = 30,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotDairy,
            StaticModel = Base.VFX_DairyPot,
            WorldStaticModel = Base.VFX_DairyPot,
        }

        item CheddarCheeseCurdsPotForged
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            EatType = Pot,
            PourType = Pot,
            Weight = 2.0,

            ReplaceOnUse = Base.PotForged,

            DaysFresh = 1,
            DaysTotallyRotten = 2,

            HungerChange = -15.0,
            Calories = 922.5,
            Carbohydrates = 69.0,
            Lipids = 33.0,
            Proteins = 49.5,
			
			UnhappyChange = 30,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_PotForgedDairy,
            StaticModel = Base.VFX_DairyPotForged,
            WorldStaticModel = Base.VFX_DairyPotForged,
        }
		
		item WheelCheddarCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            EatType = 2handforced,
            Weight = 0.5,
			
			OnCreate = VFX.CheddarAging,
			
			DaysFresh = 336,
			DaysTotallyRotten = 420,

            HungerChange = -50.0,
            Calories = 910.5,
            Carbohydrates = 4.3,
            Lipids = 93.1,
            Proteins = 84.2,

            Tooltip = Tooltip_VFXCheeseAge,

            Tags = VFX:NutritionTarget,

			Icon = VFX_Dairy_CheeseWheelCheddar,
			StaticModel = Base.VFX_WheelCheddarCheese,
			WorldStaticModel = Base.VFX_WheelCheddarCheese,
        }

		item CheddarCheeseHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Cheese,
            Weight = 0.1,
			
			DaysFresh = 336,
			DaysTotallyRotten = 420,

            HungerChange = -10.0,
            Calories = 182.1,
            Carbohydrates = 0.8,
            Lipids = 18.6,
            Proteins = 16.8,

            Tags = VFX:NutritionTarget;base:cheese,

			Icon = VFX_Fridge_CheeseCheddar,
			StaticModel = Base.VFX_CheddarCheese,
			WorldStaticModel = Base.VFX_CheddarCheese,
        }
		
		item CheddarWhey
		{
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = GlugFood,
			Weight = 0.2,

            CantBeFrozen = true,

            DaysFresh = 5,
            DaysTotallyRotten = 10,
			
			HungerChange = -2.0,
			ThirstChange = -5.0,
            Calories = 52.2,
            Carbohydrates = 9.8,
            Lipids = 0.4,
            Proteins = 1.6,

            UnhappyChange = 20,

			Tags = VFX:StarterMesophilic;VFX:Whey,

			Icon = VFX_Dairy_SmallJarDairy,
			StaticModel = Base.VFX_DairySmallJar_Drink,
			WorldStaticModel = Base.VFX_DairySmallJar,
		}

/* <<<<<  Cream  >>>>> */

    item HeavyCream
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,

		Packaged = true,

		DaysFresh = 7,
		DaysTotallyRotten = 14,

		HungerChange = -20,
		Calories = 1620,
		Carbohydrates = 14,
		Lipids = 172,
		Proteins = 10.5,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCarton,

		Icon = VFX_Fridge_DairyHeavyCream,
		StaticModel = Base.VFX_HeavyCream,
		WorldStaticModel = Base.VFX_HeavyCream,
	}

    item HeavyCreamHomemade
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,

        CantBeFrozen = TRUE,

        ReplaceOnUse = VFX.SmallJarWithLid,

		DaysFresh = 7,
		DaysTotallyRotten = 14,

		HungerChange = -20,
		Calories = 1620,
		Carbohydrates = 14,
		Lipids = 172,
		Proteins = 10.5,

		CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCarton,

        Icon = VFX_Dairy_SmallJarDairy,
        StaticModel = Base.VFX_DairySmallJar_Drink,
        WorldStaticModel = Base.VFX_DairySmallJar,

	}

/* <<<<<  Sour Cream  >>>>> */

    item SourCreamHomemade
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        Weight = 0.5,

        CantBeFrozen = TRUE,
        Spice = TRUE,

        ReplaceOnUse = VFX.SmallJarWithLid,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -16.0,
        Calories = 420.0,
        Carbohydrates = 370.0,
        Lipids = 14.0,
        Proteins = 2.0,

        Icon = VFX_Dairy_SmallJarDairy,
        StaticModel = Base.VFX_DairySmallJar_Drink,
        WorldStaticModel = Base.VFX_DairySmallJar,
    }

/* <<<<<  Yogurt  >>>>> */

    /**** Pots ****/

        item VanillaYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 540,
            Carbohydrates = 42,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotVanilla,
            StaticModel = Base.VFX_VanillaYogurtPot,
            WorldStaticModel = Base.VFX_VanillaYogurtPot,
        }

        item StrawberryYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 540,
            Carbohydrates = 42,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotStrawberry,
            StaticModel = Base.VFX_StrawberryYogurtPot,
            WorldStaticModel = Base.VFX_StrawberryYogurtPot,
        }

        item BlueberryYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 540,
            Carbohydrates = 42,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotBlueberry,
            StaticModel = Base.VFX_BlueberryYogurtPot,
            WorldStaticModel = Base.VFX_BlueberryYogurtPot,
        }

        item PeachYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 540,
            Carbohydrates = 42,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotPeach,
            StaticModel = Base.VFX_PeachYogurtPot,
            WorldStaticModel = Base.VFX_PeachYogurtPot,
        }
    
        item RaspberryYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 540,
            Carbohydrates = 42,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotRaspberry,
            StaticModel = Base.VFX_RaspberryYogurtPot,
            WorldStaticModel = Base.VFX_RaspberryYogurtPot,
        }

        item MixedBerryYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 570,
            Carbohydrates = 45,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotMixedBerry,
            StaticModel = Base.VFX_MixedBerryYogurtPot,
            WorldStaticModel = Base.VFX_MixedBerryYogurtPot,
        }

        item BananaYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.8,

            Packaged = true,
            EatType = Plate,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30,
            Calories = 570,
            Carbohydrates = 45,
            Lipids = 12,
            Proteins = 9,

            Icon = VFX_Fridge_YogurtPotBanana,
            StaticModel = Base.VFX_BananaYogurtPot,
            WorldStaticModel = Base.VFX_BananaYogurtPot,

        }

        item NaturalYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = Plate,
            Weight = 0.8,

            Packaged = TRUE,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30.0,
            Calories = 340.0,
            Carbohydrates = 25.0,
            Lipids = 13.2,
            Proteins = 19.8,

            Tags = VFX:StarterThermophilic,

            Icon = VFX_Fridge_YogurtPotNatural,
            StaticModel = Base.VFX_NaturalYogurtPot,
            WorldStaticModel = Base.VFX_NaturalYogurtPot,
        }

        item GreekYogurtPot
        {
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = Plate,
            Weight = 0.8,

            Packaged = TRUE,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -40.0,
            Calories = 520.0,
            Carbohydrates = 14.4,
            Lipids = 25.0,
            Proteins = 52.8,

            Tags = VFX:StarterThermophilic,

            Icon = VFX_Fridge_YogurtPotGreek,
            StaticModel = Base.VFX_GreekYogurtPot,
            WorldStaticModel = Base.VFX_GreekYogurtPot,
        }

    /**** Small Tubs ****/

        item StrawberryYogurt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.3,

            Packaged = true,
            EatType = Candrink,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -10,
            Calories = 180,
            Carbohydrates = 14,
            Lipids = 4,
            Proteins = 3,

            Icon = VFX_Fridge_YogurtStrawberry,
            StaticModel = Base.VFX_StrawberryYogurt,
            WorldStaticModel = Base.VFX_StrawberryYogurt,

        }

        item BlueberryYogurt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.3,

            Packaged = true,
            EatType = Candrink,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -10,
            Calories = 180,
            Carbohydrates = 14,
            Lipids = 4,
            Proteins = 3,

            Icon = VFX_Fridge_YogurtBlueberry,
            StaticModel = Base.VFX_BlueberryYogurt,
            WorldStaticModel = Base.VFX_BlueberryYogurt,

        }

        item PeachYogurt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.3,

            Packaged = true,
            EatType = Candrink,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -10,
            Calories = 180,
            Carbohydrates = 14,
            Lipids = 4,
            Proteins = 3,

            Icon = VFX_Fridge_YogurtPeach,
            StaticModel = Base.VFX_PeachYogurt,
            WorldStaticModel = Base.VFX_PeachYogurt,

        }

        item RaspberryYogurt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.3,

            Packaged = true,
            EatType = Candrink,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -10,
            Calories = 180,
            Carbohydrates = 14,
            Lipids = 4,
            Proteins = 3,

            Icon = VFX_Fridge_YogurtRaspberry,
            StaticModel = Base.VFX_RaspberryYogurt,
            WorldStaticModel = Base.VFX_RaspberryYogurt,

        }

        item MixedBerryYogurt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.3,

            Packaged = true,
            EatType = Candrink,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -10,
            Calories = 190,
            Carbohydrates = 15,
            Lipids = 4,
            Proteins = 3,

            Icon = VFX_Fridge_YogurtMixedBerry,
            StaticModel = Base.VFX_MixedBerryYogurt,
            WorldStaticModel = Base.VFX_MixedBerryYogurt,

        }

        item BananaYogurt
        {
            DisplayCategory = Food,
            ItemType = base:food,
            Weight = 0.3,

            Packaged = true,
            EatType = Candrink,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -10,
            Calories = 190,
            Carbohydrates = 15,
            Lipids = 4,
            Proteins = 3,

            Icon = VFX_Fridge_YogurtBanana,
            StaticModel = Base.VFX_BananaYogurt,
            WorldStaticModel = Base.VFX_BananaYogurt,

        }

    /**** Homemade ****/

        item YogurtPreparationPan
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            PourType = saucepan,
            Weight = 2.0,

            IsCookable = TRUE,

            MinutesToCook = 20,
            MinutesToBurn = 60,

            ReplaceOnUse = Base.Saucepan,

            DaysFresh = 2,
            DaysTotallyRotten = 4,

            HungerChange = -15.0,
            Calories = 369.0,
            Carbohydrates = 27.6,
            Lipids = 13.2,
            Proteins = 19.8,

            CustomContextMenu = Drink,
            CookingSound = BoilingFood,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_SaucepanDairy,
            StaticModel = Base.VFX_DairySaucepan,
            WorldStaticModel = Base.VFX_DairySaucepan,
        }

        item YogurtPreparationPanCopper
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = NoExplicit,
            PourType = saucepan,
            Weight = 2.0,

            IsCookable = TRUE,

            MinutesToCook = 20,
            MinutesToBurn = 60,

            ReplaceOnUse = Base.SaucepanCopper,

            DaysFresh = 2,
            DaysTotallyRotten = 4,

            HungerChange = -15.0,
            Calories = 369.0,
            Carbohydrates = 27.6,
            Lipids = 13.2,
            Proteins = 19.8,

            CustomContextMenu = Drink,
            CookingSound = BoilingFood,

            Tags = base:hasmetal,

            Icon = VFX_Dairy_SaucepanCopperDairy,
            StaticModel = Base.VFX_DairySaucepanCopper,
            WorldStaticModel = Base.VFX_DairySaucepanCopper,
        }

        item YogurtHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = Candrink,
            Weight = 1.0,

            ReplaceOnUse = VFX.JarWithLid,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -30.0,
            Calories = 340.0,
            Carbohydrates = 25.0,
            Lipids = 13.2,
            Proteins = 19.8,

            Tags = VFX:StarterThermophilic,

            Icon = VFX_Dairy_JarDairy,
            StaticModel = Base.VFX_DairyJar,
            WorldStaticModel = Base.VFX_DairyJar,
        }

        item GreekYogurtHomemade
        {
            DisplayCategory = Food,
            ItemType = base:food,
            EatType = Candrink,
            Weight = 0.7,

            ReplaceOnUse = VFX.JarWithLid,

            DaysFresh = 10,
            DaysTotallyRotten = 15,

            HungerChange = -35.0,
            Calories = 313.0,
            Carbohydrates = 7.5,
            Lipids = 12.8,
            Proteins = 15.8,

            Tags = VFX:StarterThermophilic,

            Icon = VFX_Dairy_JarDairy,
            StaticModel = Base.VFX_DairyJar,
            WorldStaticModel = Base.VFX_DairyJar,
        }

/* <<<<<  Ice Cream  >>>>> */

    /**** Homemade ****/

		item IcecreamHomemade
		{
			DisplayCategory = Food,
			ItemType = base:food,
			EatType = Candrink,
			Weight = 0.2,

			ReplaceOnUse = VFX.JarWithLid,
			ReplaceOnRotten = IcecreamHomemadeMelted,

			DaysFresh = 1,
			DaysTotallyRotten = 1,

			HungerChange = -30,
			Calories = 1720,
			Carbohydrates = 182,
			Lipids = 90,
			Proteins = 28,

			UnhappyChange = -10,
        	StressChange = -5,

			Tags = base:goodfrozen;VFX:Icecream,

			Icon = VFX_Dairy_JarDairy,
			StaticModel = Base.VFX_DairyJar,
			WorldStaticModel = Base.VFX_DairyJar,
		}

		item IcecreamHomemadeMelted
		{
			DisplayCategory = Food,
			ItemType = base:food,
			EatType = Candrink,
			Weight = 0.2,

			ReplaceOnUse = VFX.JarWithLid,

			DaysFresh = 2,
			DaysTotallyRotten = 2,

			HungerChange = -30,
			Calories = 1720,
			Carbohydrates = 182,
			Lipids = 90,
			Proteins = 28,

			Icon = VFX_Dairy_JarDairy,
			StaticModel = Base.VFX_DairyJar,
			WorldStaticModel = Base.VFX_DairyJar,
		}

/* <<<<<  Starters  >>>>> */

    item StarterBasic
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
        
        Tooltip = Tooltip_VFXStarterMesophilic,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterMesophilic,
        LearnedRecipes = VFX_MakeCheddarCheeseCurds;VFX_PressCheddarCheese;VFX_MakeFetaCurds;VFX_PressFetaCheese;VFX_MakeCreamCheese,
        
        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
    
    item StarterButtermilk
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
        
        Tooltip = Tooltip_VFX_StarterMesophilic,
        
        ReadType = photo,
        Tags = base:fastread;VFX:StarterMesophilic,
        LearnedRecipes = VFX_MakeCulturedButtermilk,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
        
    item StarterYogurt
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
            
        Tooltip = Tooltip_VFXStarterThermophilic,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterThermophilic,
        LearnedRecipes = VFX_MakeYogurtPreparation;VFX_MakeYogurt;VFX_MakeGreekYogurt,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
        
    item StarterMozzarella
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
            
        Tooltip = Tooltip_VFXStarterThermophilic,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterThermophilic,
        LearnedRecipes = VFX_PressMozzarellaCheeseCurds;VFX_StretchMozzarella,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
        
    item StarterSwiss
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
            
        Tooltip = Tooltip_VFXStarterSwiss,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterSwiss,
        LearnedRecipes = VFX_MakeSwissCheeseCurds;VFX_PressSwissCheese,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
        
    item StarterParmesan
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
            
        Tooltip = Tooltip_VFX_StarterParmesan,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterParmesan,
        LearnedRecipes = VFX_MakeParmesanCheeseCurds;VFX_PressParmesanCheese,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
        
    item StarterFrench
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
            
        Tooltip = Tooltip_VFXStarterFrench,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterFrench,
        LearnedRecipes = VFX_MakeFrenchCheeseCurds;VFX_PressBrieCheese;VFX_PressCamembertCheese,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }
        
    item StarterBlue
    {
        DisplayCategory = Cooking,
        ItemType = base:literature,
        Weight = 0.1,
            
        Tooltip = Tooltip_VFXStarterBlue,
        ReadType = photo,
        Tags = base:fastread;VFX:StarterBlue,
        LearnedRecipes = VFX_MakeBlueCheeseCurds;VFX_PressBlueCheese,

        Icon = VFX_RamenFlavor,
        StaticModel = Base.VFX_DairyStarter,
        WorldStaticModel = Base.VFX_DairyStarter,
    }

/* <<<<<  Boxes and Kits  >>>>> */

    /**** Starter Boxes ****/
		
		item StarterBoxBasic
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxBasic,
			StaticModel = Base.VFX_StarterBoxBasic,
			WorldStaticModel = Base.VFX_StarterBoxBasic,
		}
		
		item StarterBoxButtermilk
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxButtermilk,
			StaticModel = Base.VFX_StarterBoxButtermilk,
			WorldStaticModel = Base.VFX_StarterBoxButtermilk,
		}

		item StarterBoxYogurt
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxYogurt,
			StaticModel = Base.VFX_StarterYogurtBox,
			WorldStaticModel = Base.VFX_StarterYogurtBox,
		}

		item StarterBoxMozzarella
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxMozzarella,
			StaticModel = Base.VFX_StarterBoxMozzarella,
			WorldStaticModel = Base.VFX_StarterBoxMozzarella,
		}

		item StarterBoxSwiss
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxSwiss,
			StaticModel = Base.VFX_StarterBoxSwiss,
			WorldStaticModel = Base.VFX_StarterBoxSwiss,
		}

		item StarterBoxParmesan
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxParmesan,
			StaticModel = Base.VFX_StarterBoxParmesan,
			WorldStaticModel = Base.VFX_StarterBoxParmesan,
		}

		item StarterBoxFrench
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxFrench,
			StaticModel = Base.VFX_StarterBoxFrench,
			WorldStaticModel = Base.VFX_StarterBoxFrench,
		}

		item StarterBoxBlue
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBox,
			
			Icon = VFX_Dairy_StarterBoxBlue,
			StaticModel = Base.VFX_StarterBoxBlue,
			WorldStaticModel = Base.VFX_StarterBoxBlue,
		}
		
		item StarterBoxVariety
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 0.5,
			
			DoubleClickRecipe = UnpackStarterBoxVariety,
			
			Icon = VFX_Dairy_StarterBoxVariety,
			StaticModel = Base.VFX_StarterBoxVariety,
			WorldStaticModel = Base.VFX_StarterBoxVariety,
		}

	/**** Cheese Making Kits ****/
	
		item CheeseKitBasic
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 1.0,
			
			DoubleClickRecipe = UnpackCheeseKit,
			
			Icon = VFX_Dairy_CheeseKitBasic,
			StaticModel = Base.VFX_CheeseKitBasic,
			WorldStaticModel = Base.VFX_CheeseKitBasic,
		}
		
		item CheeseKitItalian
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 1.5,
			
			DoubleClickRecipe = UnpackCheeseKitItalian,
			
			Icon = VFX_Dairy_CheeseKitItalian,
			StaticModel = Base.VFX_CheeseKitItalian,
			WorldStaticModel = Base.VFX_CheeseKitItalian,
		}
		
		item CheeseKitFrench
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 1.1,
			
			DoubleClickRecipe = UnpackCheeseKit,
			
			Icon = VFX_Dairy_CheeseKitFrench,
			StaticModel = Base.VFX_CheeseKitFrench,
			WorldStaticModel = Base.VFX_CheeseKitFrench,
		}
		
		item CheeseKitSwiss
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 1.0,
			
			DoubleClickRecipe = UnpackCheeseKit,
			
			Icon = VFX_Dairy_CheeseKitSwiss,
			StaticModel = Base.VFX_CheeseKitSwiss,
			WorldStaticModel = Base.VFX_CheeseKitSwiss,
		}
		
		item CheeseKitBlue
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 1.0,
			
			DoubleClickRecipe = UnpackCheeseKitBlue,
			
			Icon = VFX_Dairy_CheeseKitBlue,
			StaticModel = Base.VFX_CheeseKitBlue,
			WorldStaticModel = Base.VFX_CheeseKitBlue,
		}
		
		item CheeseKitMaster
		{
			DisplayCategory = Cooking,
			ItemType = base:normal,
			Weight = 2.0,
			
			DoubleClickRecipe = UnpackCheeseKitMaster,
			
			Icon = VFX_Dairy_CheeseKitMaster,
			StaticModel = Base.VFX_CheeseKitMaster,
			WorldStaticModel = Base.VFX_CheeseKitMaster,
		}

/* <<<<<  Accessories and By-Products  >>>>> */

    item Rennet
    {
        DisplayCategory = Cooking,
        ItemType = base:drainable,
        Weight = 0.5,
        WeightEmpty = 0.1,
            
        Tags = base:farmingloot,
            
        UseDelta = 0.05,
        ConsolidateOption = ContextMenu_Merge,

        Icon = VFX_Dairy_Rennet,
        StaticModel = Base.VFX_Rennet,
        WorldStaticModel = Base.VFX_Rennet,
    }
}
